home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / povray30 / povmsdos.exe / POVMSDOS.ZIP / DOCSDEMO / ATMOS3.POV < prev    next >
Text File  |  1996-05-31  |  244b  |  18 lines

  1. //
  2. // POV-Ray(tm) 3.0 tutorial example scene.
  3. // Copyright 1996 by the POV-Ray Team
  4. //
  5.  
  6. #include "atmos1.pov"
  7.  
  8. atmosphere {
  9.   type 1
  10.   samples 50
  11.   distance 40 
  12.   scattering 0.2
  13.   aa_level 4
  14.   aa_threshold 0.1
  15.   jitter 0.2
  16. }
  17.  
  18.